/*-----------------[初始化]--------------*/

body {
    color: #333;
    font-size: 12px;
    line-height: 1;
    font-family: 微软雅黑, "Microsoft Yahei", "PingFangSC-Regular", "PingFang Regular", sans-self;
    padding-top: 88px;
}

a {
    color: #333;
}

a:hover {
    color: #e60012;
}
* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

input,
textarea,
select {
    font-size: 12px;
    color: #666;
    font-family: 微软雅黑, "Microsoft Yahei", "PingFangSC-Regular", "PingFang Regular", sans-self;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}


/*布局*/

.wp {
    width: 98%;
    max-width: 1260px;
    margin: 0 auto;
}


/*******************************
  -------[=头部]-------
********************************/
.header.addBG,.header.addBG .nav dl {background-color: #fff;}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 88px;
    line-height: 95px;
    background: url(../images/header-bg.png) repeat 0 0;
    -webkit-box-shadow: 0 0 16px rgba(57, 57, 57, .3);
    box-shadow: 0 0 16px rgba(57, 57, 57, .3);
    z-index: 99;
}

.head-logo {
    float: left;
    width: 479px;
}

.head-logo .logo-m {
    display: none;
}

.head-logo img {
    vertical-align: middle;
}

.search-top {
    float: right;
    margin: 52px 0 0 5px;
    width: 15px;
    height: 15px;
    z-index: 10;
}

.ico-search {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/ico-search.png) no-repeat 0 0;
    cursor: pointer;
    z-index: 0;
}

.search-top .form {
    position: absolute;
    top: 90px;
    right: 0px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    display: none;
    border: 1px solid #e60012;
    background-color: #fff;
}

.search-top .text {
    position: absolute;
    top: 0;
    left: 10px;
    width:calc(100% - 100px);
    height: 38px;
    line-height: 38px;
    border: none;
    background-color: #fff;
}

.search-top .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
    border: none;
    background: #e60012;
    color: #fff;
    height:38px;
    font-size: 14px;

}

.nav {
    float: right;
    margin-top: 28px;
}
.nav li {
    position: relative;
    float: left;
    margin: 0 15px;
    line-height: 60px;
}
.nav li a {
    font-size: 16px;
}
.nav li.on > a,
.nav li.open > a {
    color: #e60012;
}
.nav dl {
    display: none;
    position: absolute;
    top: 104%;
    width: auto;
    line-height: 51px;
    -webkit-box-shadow: 0 0 16px rgba(57, 57, 57, .3);
    box-shadow: 0 0 16px rgba(57, 57, 57, .3);
    background: url(../images/header-bg.png) repeat 0 0;
}

.nav dd a {
    position: relative;
    display: block;
    width: 190px;
    padding-left: 30px;
    border-bottom: 1px solid #65696b;
    background: url(../images/ico-nav-arrow2.png) no-repeat right 30px top 50%;
}
.nav dd a:after {content: '';position: absolute;bottom: -1px;left: 0;height: 1px;width: 0;background-color: #e14453;-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;}

.nav dd a:hover {
    background-image: url(../images/ico-nav-arrow1.png);
}
.nav dd a:hover:after {width: 100%;}
.nav dd:last-child a {
    border-bottom: none;
}
.header .wp{position: relative;}
.hd-lang{position: absolute;right: 0;top:18px;line-height: 20px;z-index: 9;}
.hd-lang a{display: inline-block;vertical-align: middle;font-size: 14px;color: #333;text-transform: uppercase;padding: 0 5px;}
.hd-lang a:hover{color: #e14453;}
.hd-lang a:last-child{padding-right: 0;}
/*******************************
    -------[=导航]-------
********************************/

.menuBtn {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 11;
    cursor: pointer;
}

.menuBtn span,
.menuBtn::after,
.menuBtn::before {
    display: block;
    height: 2px;
    background: #e8303f;
    width: 30px;
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.menuBtn::after {
    top: 15px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.menuBtn::before {
    top: 24px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.menuBtn.open {
    background-color: transparent!important;
    box-shadow: none!important;
    z-index: 999999999;
}
.menuBtn.open span,
.menuBtn.open::after,
.menuBtn.open::before {
    left: 5px;
}
.menuBtn.open span {
    -webkit-transform: rotate(45deg) translate(3px, 9.5px);
    transform: rotate(45deg) translate(3px, 9.5px);
}

.menuBtn.open::before {
    -webkit-transform: rotate(-45deg) translate(3px, -9.5px);
    transform: rotate(-45deg) translate(3px, -9.5px);
}

.menuBtn.open::after {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}


/*******************************
  -------[=banner]-------
*******************************/

.banner {
   /* height: calc(100vh - 101px);
    *height: 978px;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .slick-slider,
.banner .slick-list,
.banner .slick-track,
.banner .slick-slide {
    height: 100%;
}


.banner a {
    display: block;
    height: 100%;
}

.banner .slick-slide {
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;

}
.banner .slick-slide a {
    padding-top: 33%;
}

.banner .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*margin-top: -50px;*/
    width: 50px;
    height: 100px;
    border: none;
    background: url(../images/ico-arrow.png) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}

.banner .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.banner .slick-next {
    left: auto;
    right: 0;
    background-position: right top;
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
}
.ban{height: 240px;background-repeat: no-repeat;background-size: cover;background-position: left center;}
.ban a{display: none;height: 100%;width: 100%;}
/*******************************
  -------[=底部]-------
********************************/

.footer {
    padding: 36px 0 12px;
    /*overflow: hidden;*/
    background-color: #f1f1f1;
}

.logo-ft {
    float: left;
    width: 141px;
    margin: 0 48px 0 0;
}

.logo-ft img {
    display: block;
    width: 100%;
    height: auto;
}

.ft-ico {
    margin: 25px 48px 0 0;
    float: left;
}

.ft-ico a {
    margin: 0 12px;
    display: inline-block;
    width: 26px;
    height: 20px;
    background: url(../images/ft-ico.png) no-repeat 0 100%;
}

.ft-ico .wechat {
    position: relative;
    -ms-background-position-x: 0;
    background-position-x: 0;
}
.ft-ico .wechat .code {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -40px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none;
    width: 80px;
    height: 80px;
}
.ft-ico .wechat .code img {
    display: block;
    width: 70px;
    height: 70px;
}

.ft-ico .weibo {
    -ms-background-position-x: -48px;
    background-position-x: -48px;
}

.ft-ico a:hover {
    -ms-background-position-y: 0;
    background-position-y: 0;
}
.ft-right {
    overflow: hidden;
}
.link-ft {
    margin-bottom: 18px;
}

.link-ft a {
    display: inline-block;
    margin-right: 58px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.link-ft a:hover {
    color: #e60012;
}

.copyright {
    overflow: hidden;
    line-height: 22px;
    color: #666;
}

.copyright span {
    display: inline-block;
}

.copyright a {
    margin: 0 5px;
}

.ft-friends {float: right;}
.ft-friends .tit { font-size: 14px; line-height: 20px; color: #666;margin-bottom: 18px;}
.ft-friends .item {padding: 5px 0;display: inline-block;margin: 0 32px;}
.ft-friends .item:first-child {margin-left: 0;}
.ft-friends .item:last-child {margin-right: 0;}
.ft-friends .item img {max-height: 30px;}
.ft-friends .item + .item {position: relative;}
.ft-friends .item + .item:before {content: '';position: absolute;left: -32px;top: 50%;height: 16px;margin-top: -8px;width: 1px;background-color: #bebebe;}

/*******************************
    -------[=正文]-------
********************************/


/*banner底部的模块*/

.ban-slick1 {
    position: relative;
    z-index: 2;
    margin-top: -250px;
    height: 250px;
}

.ban-pic {
    display: none;
    overflow: hidden;
    background: url(../images/bg-c000.png) repeat 0 0;
}

.ban-pic.on {
    display: block;
}

.ban-pic .pic {
    float: left;
    width: 250px;
    height: 250px;
    line-height: 250px;
    text-align: center;
}

.ban-pic .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}

.ban-pic .txt {
    padding: 21px 70px 0 10px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.ban-pic .tit {
    font-weight: normal;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ban-pic .tit a {
    font-size: 28px;
    display: inline-block;
    padding-right: 20px;
    line-height: 68px;
    color: #fff;
    border-bottom: 1px solid #fff;
    pointer-events: none;
}

.ban-pic .txt p {
    margin-bottom: 34px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.btn-view {
    display: block;
    width: 140px;
    height: 36px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    position: relative;
}
.btn-view:hover,
.btn-view.btn2:hover {
    border-color: #e60012;
    color: #e60012;
}
.btn-view:hover .ico,
.btn-view.btn2:hover .ico {
	opacity: 1;
	filter: alpha(opacity=100);
    background-image: url(../images/ico-arrow7.png);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.btn-view:hover span,
.btn-view.btn2:hover span{
	margin-right: 20px;
}
/*.ban-pic .tit a:hover {
    color: #e60012;
}*/
.btn-view span {
    vertical-align: middle;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.btn-view .ico {
	position: absolute;
	right:20%;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	filter: alpha(opacity=0);
    width: 6px;
    height: 10px;
    background: url(../images/ico-arrow3.png) no-repeat center center;

}
.tab-ind {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 3px rgba(87, 87, 87, .2);
    box-shadow: 0 0 6px 3px rgba(87, 87, 87, .2);
}

.tab-ind ul {
    overflow: hidden;
}

.tab-ind li {
    float: left;
    width: 20%;
}

.tab-ind .inner span {
    display: block;
    line-height: 20px;
}

.tab-ind .cn {
    overflow: hidden;
    font-size: 18px;
    vertical-align: bottom;
}

.tab-ind .index {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tab-ind .i1 {
    background-image: url(../images/tit-index1-2.png);
}

.tab-ind .i2 {
    background-image: url(../images/tit-index2-2.png);
}

.tab-ind .i3 {
    background-image: url(../images/tit-index3-2.png);
}

.tab-ind .i4 {
    background-image: url(../images/tit-index4-2.png);
}

.tab-ind .en {
    font-size: 14px;
}

.tab-ind li a {
    position: relative;
    display: block;
    padding: 18px 0;
    text-align: center;
}
.tab-ind li + li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -21px;
    width: 1px;
    height: 42px;
    background-color: #bebebe;
}

.tab-ind li.on a,
.tab-ind li a:hover {
    color: #fff;
    background-color: #e60012;
}
.tab-ind .inner {
    display: inline-block;
    text-align: left;
}
.tab-ind li a:hover:before {
    display: none;
}
.tab-ind li.on a .i1,
.tab-ind li a:hover .i1 {
    background-image: url(../images/tit-index1-1.png);
}
.tab-ind li.on a .i2,
.tab-ind li a:hover .i2 {
    background-image: url(../images/tit-index2-1.png);
}
.tab-ind li.on a .i3,
.tab-ind li a:hover .i3 {
    background-image: url(../images/tit-index3-1.png);
}
.tab-ind li.on a .i4,
.tab-ind li a:hover .i4 {
    background-image: url(../images/tit-index4-1.png);
}

.g-tit1 {
    margin-bottom: 30px;
    text-align: center;
}
.g-tit1 h2 {
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
}
.g-tit1 .en {
    margin-top: 12px;
    display: block;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}
.g-tit1 h2:before,
.g-tit1 h2:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -195px;
    margin-top: -1px;
    width: 150px;
    height: 2px;
    background-color: #bebebe;
}
.g-tit1 h2:after {
    left: auto;
    right: -195px;
}
.row {
    padding: 60px 0 0;
}

/* 面包屑 */
.inner-box{overflow: hidden;margin-top: 50px;}
.m-cur{height: 44px;line-height: 44px;background-color: #f1f1f1;font-size: 12px;overflow: hidden;}
.m-cur a{color: #666;padding-left: 12px;padding-right: 12px;position: relative;}
.m-cur a:first-child {padding-left: 20px;background: url(../images/m-cur1.png) no-repeat left center;}
.m-cur span{padding-left: 12px;color: #e60012;}
/*.m-cur a i{position: absolute;left: 0;top: 50%;margin-top: -6px;width: 15px;height: 12px;}*/
.m-cur a:hover{color: #e60012;}
.inner-box .col-l{width: 240px;margin-right: 60px;}
.inner-box .col-r{float: none;overflow: hidden;}

.snav h3{background-color: #e60012;overflow: hidden;height: 100px;line-height: 100px;text-align: center;}
.snav h3 img{vertical-align: middle;}
.ul-snav{background-color: #f1f1f1;}
.ul-snav li:last-child a {border-bottom: none;}
.ul-snav li>a{display: block;font-size: 16px;color: #333;padding: 20px 0 20px 60px;border-bottom: 1px solid #b3b3b3;background-image: url(../images/more-lb1.png);background-repeat: no-repeat;background-position: right center; }
.ul-snav li.last>a{border: none;}
.ul-snav li>a:hover,.ul-snav li.on>a{border-color: #e60012;background-image: url(../images/more-lb2.png);color: #e60012;}
.ul-snav dl a{display: inline-block;font-size: 14px;color: #666;line-height: 2em;padding-left: 14px;background: url(../images/more-lb4.png) no-repeat left center;}
.ul-snav dl{display: none;padding: 14px 0 14px 60px;background-color: #f1f1f1;border-bottom: 1px solid #999;}
.ul-snav dl a:hover{color: #e60012;}
.ul-snav dl.ok>a {color: #e60012;}
.ul-snav li.ok>a{background-image: url(../images/more-lb3.png);border-color: #e60012;color: #e60012;}
.g-tit2{font-size: 20px;color: #333;line-height: 50px;border-bottom: 1px solid #bebebe;margin-top: 15px;margin-bottom: 30px;}
.g-tit2 span{border-bottom: 3px solid #e60012;display: inline-block;*display:inline;*zoom:1;line-height: 48px;margin-bottom: -2px;}
.g-tit2.mo {display: none;}
.about-ind {
    margin: 93px 60px 0;
    padding: 48px 68px;
    border: 2px solid #e60012;
}
.about-ind .pic {
    margin: -118px 0 30px;
    overflow: hidden;
    padding-top: 18%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.ul-num {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    overflow: hidden;
}
.ul-num li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 50px;
}
.ul-num li + li {
    position: relative;
}
.ul-num li + li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    width: 2px;
    height: 36px;
    background: url(../images/num-line1.png) repeat 0 0;
}
.num-items {
    position: relative;
    text-align: center;
    /*width: 120px;*/
}
.num-items span {
    display: block;
    color: #fff;
}
.num-items .hd {
    font-size: 12px;
    margin-bottom: 15px;
}
.num-items .bd {
    display: inline-block;
    position: relative;
    font-size: 28px;
}
.num-items .icon {
    position: absolute;
    right: -24px;
    top: 50%;
    font-size: 12px;
    margin-top: -20px;
    padding: 5px;
    border-radius: 50%;
    background-color: #e60012;
    color: #fff;
    font-style: normal;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.about-ind .txt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}
.about-ind .txt p {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.btn-view.btn2 {
    margin: 0 auto;
    border-color: #bebebe;
    color: #333;
}
.btn-view.btn2 .ico {
    background-image: url(../images/ico-arrow5.png);
}

.news-ind {
    overflow: hidden;
}
.items-newsind {
    margin: 0 -15px 49px;
    overflow: hidden;
}
.items-newsind li {
    float: left;
    width: 33.332%;
}
.items-newsind .items {
    margin: 0 15px;
}
.items-newsind .pic {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    margin-bottom: 15px;
}
.items-newsind .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.items-newsind .pic a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.items-newsind .tit {
    position: relative;
    padding: 10px 0;
    line-height: 28px;
    border-bottom: 1px solid #bebebe;
}
.items-newsind .tit:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #e60012;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.items-newsind .tit h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.items-newsind .time {
    font-size: 14px;
    color: #999;
}
.items-newsind .desc {
    padding: 15px 0;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.items-newsind .desc p {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.items-newsind .items:hover .tit:after {
    width: 100%;
}
.btn-view2 {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 36px;
    border: 1px solid #999;
    background: url(../images/ico-arrow4.png) no-repeat center center;
}
.btn-view2:hover {
    border-color: #e60012;
    background-image: url(../images/ico-arrow8.png);
}

.slick-ind1 {
    overflow: hidden;
    text-align: center;
}
.slick-ind1 .items {
    padding: 0 49px;
    /*display: inline-block;*/
}
.slick-ind1 .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 0;
    padding: 0;
    background: #f1f1f1 url(../images/ico-arrow6.png) no-repeat 0 0;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
    cursor: pointer;
}
.slick-ind1 .slick-arrow:hover {
    -ms-background-position-y: -40px;
    background-position-y: -40px;
}
.slick-ind1 .slick-next {
    left: auto;
    right: 0;
    -ms-background-position-x: -40px;
    background-position-x: -40px;
}
.slick-ind1 .slick-track {min-width: 100%;}
.slick-ind1 .item {
    float: none;
    display: inline-block;
    margin: 10px;
    /*display: block;*/
    height: 140px;
    line-height: 140px;
    text-align: center;
    -webkit-box-shadow: 0 0 6px rgba(57,57,57,.15);
    box-shadow: 0 0 6px rgba(57,57,57,.15);
}
.slick-ind1 .item:hover {
    -webkit-box-shadow: 0 0 16px rgba(230,0,18,.15);
    box-shadow: 0 0 16px rgba(230,0,18,.15);
}
.slick-ind1 .item img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}
.main {
    padding-bottom: 60px;
}
.toTop{position: fixed;left: 50%;margin-left: 670px;bottom: 140px;width: 40px;height: 40px;box-shadow: 0 0 6px rgba(64,64,64,.26);background:#666 url(../images/to-top.png) no-repeat center;cursor: pointer;}
.toTop:hover {background-color: #e60012}

@media only screen and (max-width: 1399px) {
    .toTop {left: auto;right: 10px;margin-left: 0;}
}

@media screen and (max-width: 1259px) {
    .ban {height: 240px;}
    .head-logo {width: 102px;}
    .head-logo .logo-m {display: inline-block;}
    .head-logo .logo-pc {display: none;}
    .ban-slick1 {margin-top: -206px;height: 206px;}
    .ban-pic .pic {width: 206px;height: 206px;line-height: 206px;}
    .ban-pic .txt {padding: 18px 70px 0 10px;}
    .ban-pic .tit a {font-size: 22px;line-height: 40px;}
    .ban-pic .tit,.ban-pic .txt p {margin-bottom: 20px;}
    .ban-slick1 .wp,.tab-ind .wp {width: 100%;}
    .tab-ind .en {font-size: 12px;}
    .row {padding: 30px 0 0;}
    .g-tit1 {margin-bottom: 15px;}
    .g-tit1 h2 {font-size: 24px;}
    .g-tit1 .en {margin-top: 10px;font-size: 14px;}
    .about-ind {margin: 90px 25px 0;padding: 35px 50px;}
    .about-ind .pic {margin: -112px 0 20px;}
    .items-newsind {margin-bottom: 20px;}
    .link-ft a {margin-right: 18px;}
    .ft-ico,.logo-ft {margin-right: 18px;}
    .ft-ico a {margin: 0 5px;}
    .ft-friends .item {margin: 0 20px;}
}
@media screen and (max-width: 959px) {
    /*.header {height: 60px;line-height: 60px;}*/
   /* .search-top {margin-top: 23px;}*/
    /*.banner {height: 490px;}*/
    .banner .slick-arrow {width: 35px;height: 70px;}
    .ban-slick1 {margin-top: -166px;height: 166px;}
    .g-tit1 h2 {font-size: 20px;}
    .g-tit1 .en {font-size: 12px;margin-top: 5px;}
    .g-tit1 h2:before, .g-tit1 h2:after {width: 100px;}
    .g-tit1 h2:before {left: -125px;}
    .g-tit1 h2:after {right: -125px;}
    .ban-pic .pic {width: 166px;height: 166px;line-height: 166px;}
    .ban-pic .txt {padding: 0 50px 0 0;font-size: 12px;}
    .ban-pic .tit a {font-size: 18px;}
    .ban-pic .tit, .ban-pic .txt p {margin-bottom: 14px;}
    .tab-ind .index {width: 36px;height: 36px;}
    .tab-ind .cn {font-size: 16px;}
    .ul-num li {padding: 0 25px;}
    .tab-ind .inner {text-align: center;}
    .tab-ind .en {line-height: 14px;}
    .items-newsind {margin: 0 -5px 10px;}
    .items-newsind .items {margin: 0 5px;}
    .items-newsind .pic {margin-bottom: 5px;}
    .items-newsind .tit {padding: 7px 0;line-height: 22px;}
    .items-newsind .desc {padding: 8px 0;}
    .slick-ind1 .item {height: 120px;line-height: 120px;}
    .ft-right {clear: both;margin-top: 10px;}
    .footer {text-align: center;}
    .ft-friends,.logo-ft,.ft-ico {text-align: left;float: none;display: inline-block;margin: 0 15px;}
    .ft-friends .tit {margin-bottom: 5px;}
}
@media screen and (max-width: 767px) {
    body {padding-top: 50px;}
	.mo-lang{display: block;text-align: center;border-top: 1px solid #333;line-height: 40px;}
	.mo-lang a{display: inline-block;font-size: 14px;color: #333;margin: 0 10px;line-height: 24px;color: #e60012;text-transform: uppercase;}
	.hd-lang{display: none;}
    .wp {width: 96%;}
    .menuBtn {display: block;}
    .header {position: fixed;top: 0;left: 0;right: 0;height: 50px;line-height: 50px;}
    .header .wp {width: 100%;height: 100%;}
    .head-logo {width: 65px;margin-left: 10px;}
    .search-top {position: absolute;right: 50px;margin-top: 18px;}
    .search-top .form {top: 32px;right: -50px;width:100vw;height: 35px;}
    .search-top .text{height: 33px;line-height: 33px;}
    .search-top .btn{height: 33px;}
    .nav {position: absolute;top: 100%;left: 0;float: none;width: 100%;overflow-y: auto;background-color: #fff;margin-top: 0;}
    .nav li {float: none;width: auto;margin: 0;text-align: center;border-top: 1px solid #65696b;}
    .nav li a {display: block;line-height: 39px;}
    .nav dl {position: static;-webkit-box-shadow: inset 0 0 6px rgba(57, 57, 57, .3);
    box-shadow: inset 0 0 6px rgba(57, 57, 57, .3);}
    .nav dd a {width: auto;padding: 0;line-height: 36px;font-size: 14px;}
    .ban-pic .pic {display: none;}
    .ban-pic .txt {padding: 10px;}
    .ban-pic .tit a {font-size: 16px;}
    .btn-view {height: 30px;line-height: 25px;}
    /*.ban-slick1 {margin-top: -163px;height: 163px;}*/
    /*.banner {height: 380px;}*/
    .tab-ind li {width: 50%;}
    .tab-ind li:last-child {width: 100%;}
    .tab-ind li + li a:before {display: none;}
    .ban-slick1 {margin-top: 0;height: auto;}
    .banner .slick-arrow {margin-top: 0;}
    .about-ind {margin-top: 0;padding: 0 0 20px;}
    .about-ind .pic {margin: -2px -2px 0;}
    /*.num-items {width: 90px;}*/
    .ul-num li {padding: 0;}
    .num-items .bd {font-size: 20px;margin: 0 24px;}
    .about-ind .txt {padding: 10px;font-size: 14px;line-height: 24px;margin-bottom: 0;}
    .items-newsind {margin: 0;}
    .items-newsind li {float: none;width: auto;}
    .logo-ft {display: block;float: none;margin: 0 auto;}
    .link-ft a {margin: 0 10px;}
    .ft-ico {float: none;text-align: center;margin: 10px 0;}
    .ft-right {text-align: center;}
    .footer {padding: 20px 0;}
    .items-newsind .items {margin: 0;}
    .about-ind {margin: 0;}
    .ban-pic .tit a {line-height: 30px;display: block;}
    .ban-pic .tit, .ban-pic .txt p {margin-bottom: 10px;}
    .about-ind .pic {padding-top: 46%;}
    .ft-friends,.logo-ft,.ft-ico {display: block;text-align: center;}
}
@media screen and (max-width: 479px) {
    /*.banner {height: 255px;}*/
    .slick-ind1 .items {padding: 0 40px;}
    .slider-nav-lb {padding: 0 35px;}
}